היה ראיון טלפוני קצר ומשם המשיך למבחן בית שכלל 3 שאלות שניתן לפתור באיזה שפה שנוח לי
שאלות מתוך הראיון
You are giving string s and c. string s represents a table in CSV (comma-separated values) format, where rows are separated by new line characters (`\n`) and each row consists of one or more fields separated by commas (`,`).
The first row contains the names of the columns. The following rows contain values.
For example, the table below is presented by the flowing string s:
“id,name,age,act,room,dep.\n1,Jack,68,T,13,8\n17,Betty,28,F,15,7”
id name age act room Dep.
1 Jack 68 T 13 8
17 Betty 28 F 15 7
String c is the name of a column in the table described by s that contains only integers.
Tour task is to find the maximum values in that column. In the example above for c=”age”, the maximum value is 68.
Write a function def solution(s ,c) which given two strings s and c consisting of n and m characters, respectively, returns the maximum value in column c of the table described by s
1.מתקשרים למועמד ושולחים לו מבחן
2.המבחן באתר Codility, 3 שאלות צריך לפתור בשעתיים.
3.אם עוברים את המבחן בקודלתי מזמינים אותכם לראיון יותר מקצועי.
שאלות מתוך הראיון
שאלות של מבחן CODILITY
1.לבנות פונקציה המקבלת String S = "id,name,age,act,room,dep.\n1,Jack,68,T,13,8\n17,Betty,28,F,1,5,7";
String C ="age";
ומחזירה את הC הגבוה (C יכול להיות כל שדה מתוך S).
given two strings S and C consisting of N and M characters,respectively' return the maximum value in column C of the table described in S.
2.
write a function that given an array A of N integers representiong transaction amounts and an array D of N strings representing transaction dates, returns the final balace of the account at the end of the year 2020.
עוסקת בפיתוח תוכנה לאבטחת מידע - תוכנות חומת אש ו־VPN.בסיסה הבינלאומי נמצא ברדווד סיטי, קליפורניה, ומרכזי הפיתוח נמצאים בתל אביב ובבלארוס.החברה נוסדה בשנת 1993 על ידי שלמה קרמר, מריוס נכט וגיל שוויד.